home *** CD-ROM | disk | FTP | other *** search
-
-
-
- iiiillllPPPPaaaaggggeeee((((3333)))) IIIImmmmaaaaggggeeeeVVVViiiissssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll iiiillllPPPPaaaaggggeeee((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- iiiillllPPPPaaaaggggeeee - class that implements an image page descriptor.
-
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- iflXYZCint
-
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <il/ilPage.h>
-
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This class implements an image page descriptor. It is further derived by
- ilCacheImg as the base for a more complete page descriptor.
-
- It contains the page-starting image coordinates and a pointer to the data
- buffer where the page is stored.
-
- CCCCLLLLAAAASSSSSSSS MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr
-
- ilPage(int x, int y, int z, int c, void* Data=NULL)
-
- AAAAttttttttrrrriiiibbbbuuuutttteeee aaaacccccccceeeessssssss ffffuuuunnnnccccttttiiiioooonnnnssss
-
- int matches(int x, int y, int z, int c)
- void getPos(int& x, int& y, int& z, int& c)
- void* getData()
- void setPID()
- pid_t getPID()
-
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- iiiillllPPPPaaaaggggeeee(((())))
-
- ilPage(int x, int y, int z, int c, void* data=NULL)
-
-
- The constructor creates a page with coordinates, _x, _y, _z, _c, whose
- data buffer points to _d_a_t_a.
-
- ggggeeeettttDDDDaaaattttaaaa(((())))
-
- void* getData()
-
-
- This method returns the pointer to the data buffer where the page is
- stored.
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- iiiillllPPPPaaaaggggeeee((((3333)))) IIIImmmmaaaaggggeeeeVVVViiiissssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll iiiillllPPPPaaaaggggeeee((((3333))))
-
-
-
- ggggeeeettttPPPPIIIIDDDD(((())))
-
- pid_t getPID()
-
-
- Returns the process ID of the thread that computed this page.
-
- ggggeeeettttPPPPoooossss(((())))
-
- void getPos(int& x, int& y, int& z, int& c)
-
-
- Returns the origin of this page in _x, _y, _z and _c.
-
- mmmmaaaattttcccchhhheeeessss(((())))
-
- int matches(int x, int y, int z, int c)
-
-
- Returns TRUE if the origin of this page matches the values of _x, _y,
- _z and _c.
-
- sssseeeettttPPPPIIIIDDDD(((())))
-
- void setPID()
-
-
- Sets the process ID of the thread that computed this page.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- ilMemCacheImg
-
-
- NNNNOOOOTTTTEEEESSSS
- Refer to the _I_m_a_g_e_V_i_s_i_o_n _L_i_b_a_r_y _P_r_o_g_r_a_m_m_i_n_g _G_u_i_d_e for more details.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-